home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-12 | 2.8 KB | 62 lines | [TEXT/ttxt] |
- File created 6/30/93. Last modified 7/12/93.
-
- TheBar version 1.1, The quick application switcher…
- © 1993 by George Thomas Talbot. All rights reserved.
-
- This program is the first real application I've written since I've had a computer
- again. It's a small program which displays the icons of all of the currently
- running programs in a small window. Double-clicking on an icon will switch
- you to that program's layer. (I got sick of pulling down the application menu
- really quick.) It will only run on a Color Quickdraw™ capable Macintosh™ running
- System 7.0 or later.
-
- The bar may be arranged either horizontally or vertically, and may be drawn
- in any color. The program can use either full size (Finder™ icon size) or half
- size (Application menu size) icons.
-
- "Sample rate" from the "Preferences" menu will tell TheBar how often to scan the
- system for programs which may have started or quit. The smaller this number, the
- faster TheBar reacts to launches and quits. The larger this number, the less CPU
- time TheBar will use in the background for these scans.
-
- Selecting an icon with a single click, and choosing "Get Info" from the "File"
- menu will tell you about the selected program. "% active" is an attempt to tell
- you how often the selected program is running.
-
- This program is what I call "LikeWare™". There are so many shareware programs
- out there DEMANDING your cash. This is a little different. If you like the program
- and find it useful, send me $10. If you don't, you can still keep it around, give it
- to all your friends, etc. However, sending me $10 is big-time encouragement to
- do more of this stuff. The last program I wrote shareware/LikeWare™ was Time,
- a fancy color Alarm Clock replacement. The money people sent me for that gave
- me big-time motivation to make this program look nice. =8^)
-
- My address:
- George T. Talbot
- 24 Judy Avenue
- Franklinville, NJ 08322
- <ugtalbot@mcs.drexel.edu>
-
- Thanks to all the people on comp.sys.mac.programmer for giving me help on finding
- the appropriate icon to display in the menu. You guys don't have to pay.
-
- Thanks to Guy Kuo for the cool Centris 610 speed-up hint!
-
- Known bugs:
- Will not display the correct icon for applications launched off of a volume smaller
- than 2M, or wherever else the Desktop Database is unavailable. The program will
- substitute a default icon in this instance.
-
- You can save yourself about 60k of heap space if you pick your bar color, then set
- TheBar's partition size to about 80k. You won't be able to change the bar color at
- this size, but everything else should be OK.
-
- Version History:
- Version 1.1 - Bug fix release
- - Added item to show/hide background apps.
- - Added menu item to show/hide "TheBar"'s icon.
- - Should run on non-color QD machines (crashed before, OOPS!)
- - Increased default partition size to better handle color picker.
-
- Version 1.0 - Initial release
-